Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/santiagodc8/tu_perfil.net/llms.txt

Use this file to discover all available pages before exploring further.

Readers can submit comments on articles. Comments are not published automatically — they require your approval first. Manage them at /admin/comentarios.

Comment moderation tabs

The page has two tabs:
Comments waiting for review. The tab shows a badge with the count of pending comments. This same count also appears in the sidebar next to Comentarios so you always know when new comments arrive.

Reviewing a comment

Each comment card shows:
  • Author name and email address
  • Article title — click the link to open the article on the public site in a new tab
  • Date the comment was submitted
  • The full comment text
  • Action buttons

Approving a comment

Click Aprobar on any pending comment. The comment’s approved field is set to true and it immediately moves out of the Pending tab. Readers can now see it below the article.

Deleting a comment

Click Eliminar on any comment in either tab. You are asked to confirm. The comment is permanently deleted from the database.
There is no “reject” status — comments are either approved or deleted. If a comment is spam or inappropriate, delete it.

Comment fields reference

FieldTypeNotes
article_idUUIDThe article the comment belongs to.
author_nametextName provided by the reader.
author_emailtextEmail provided by the reader (not shown publicly).
contenttextThe comment body.
approvedbooleanfalse = pending, true = visible to readers.
created_attimestampWhen the comment was submitted.
The total count of pending comments is recalculated every time the page refreshes or you perform an action, so the sidebar badge stays up to date.